home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 8: LINUX Games / Linux Cubed Series 8 - LINUX Games.iso / games / x11 / rpg / crossfir.92 / crossfir / crossfire-0.92.5 / crossedit / Bitmaps.h < prev    next >
C/C++ Source or Header  |  1996-07-24  |  253b  |  15 lines

  1. #ifndef _Bitmaps_h
  2. #define _Bitmaps_h
  3. #include <X11/Xlib.h>
  4. #include <X11/Xutil.h>
  5.  
  6. typedef struct _Bitmaps {
  7.     Pixmap    edit;
  8.     Pixmap    mark;
  9.     Pixmap    notify;
  10. } Bitmaps;
  11.  
  12. extern Bitmaps bitmaps;
  13. extern void BitmapsCreate(Display *d);
  14. #endif /* _Bitmaps_h */
  15.